diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/budgetary-tech-sales-top/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/budgetary-tech-sales-top/page.tsx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/budgetary-tech-sales-top/page.tsx b/app/[lng]/evcp/(evcp)/budgetary-tech-sales-top/page.tsx index f84a9794..0a135add 100644 --- a/app/[lng]/evcp/(evcp)/budgetary-tech-sales-top/page.tsx +++ b/app/[lng]/evcp/(evcp)/budgetary-tech-sales-top/page.tsx @@ -6,7 +6,7 @@ import { DataTableSkeleton } from "@/components/data-table/data-table-skeleton" import { RFQListTable } from "@/lib/techsales-rfq/table/rfq-table" import { type SearchParams } from "@/types/table" import * as React from "react" - +import { InformationButton } from "@/components/information/information-button" interface HullRfqPageProps { searchParams: Promise<SearchParams> } @@ -33,9 +33,12 @@ export default async function HullRfqPage(props: HullRfqPageProps) { <div className="flex-shrink-0"> <div className="flex items-center justify-between"> <div> - <h2 className="text-2xl font-bold tracking-tight"> - 기술영업-해양 TOP RFQ - </h2> + <div className="flex items-center gap-2"> + <h2 className="text-2xl font-bold tracking-tight"> + 기술영업-해양 TOP RFQ + </h2> + <InformationButton pageCode="evcp/budgetary-tech-sales-top" /> + </div> </div> </div> </div> |
